Enumerate Keys
Command Prototype
dictRet = INI.EnumKey(sFile, sSection)
Command Description
Enumerate all the keys in a given section of the INI configuration file
Parameter Description
- Required Parameter
- sFile--The path to the .ini file
- sSection--Name of the section to enumerate the keys of
- return
- dictRet--The variable to which the output of the function call is saved